home *** CD-ROM | disk | FTP | other *** search
Wrap
package { import mx.resources.ResourceBundle; public class messaging_properties extends ResourceBundle { public function messaging_properties() { super(); } override protected function getContent() : Object { var _loc1_:Object = null; _loc1_ = {}; _loc1_["requestTimedOut"] = "Request timed out"; _loc1_["unknownDestination"] = "Unknown destination \'{0}\'."; _loc1_["referenceMissingId"] = "A reference must have an id."; _loc1_["securityError.details"] = "Destination: {0}"; _loc1_["notImplementingIExternalizable"] = "Class {0} must implement flash.util.IExternalizable."; _loc1_["cannotConnectToDestination"] = "No connection could be made to the message destination."; _loc1_["exceededResendLimit"] = "Resend limit exceeded"; _loc1_["emptySessionClientId"] = "Session clientId\'s must be non-zero in length."; _loc1_["alreadySendingMessage"] = "Attempting to send duplicate message based on message id."; _loc1_["noServiceForMessageType"] = "No service is configured to handle messages of type \'{0}\'."; _loc1_["noErrorForMessage"] = "Didn\'t receive an error for message"; _loc1_["invalidRequestMethod"] = "Invalid method specified."; _loc1_["noURIAllowed"] = "Error for DirectHTTPChannel. No URI can be specified."; _loc1_["consumerSubscribeError"] = "Consumer subscribe error"; _loc1_["messagePersistenceError"] = "Message persistence error"; _loc1_["deliveryInDoubt.details"] = "Channel disconnected before an acknolwedgement was received"; _loc1_["exceededResendLimit.details"] = "The resend limit for the message was reached without receiving an acknowledgment from the server."; _loc1_["messagePersistenceError.details"] = "The durable producer failed to save the message to send. Increase the amount of allowed local storage in the Flash Player\'s settings to support durable outbound messaging."; _loc1_["resendIntervalNegative"] = "resendInterval cannot take a negative value."; _loc1_["resubscribeIntervalNegative"] = "resubscribeInterval cannot take a negative value."; _loc1_["authenticationNotSupported"] = "Authentication not supported on DirectHTTPChannel (no proxy)."; _loc1_["noDestinationSpecified"] = "A destination name must be specified."; _loc1_["noAvailableChannels"] = "No Channels are available for use."; _loc1_["noErrorForMessage.details"] = "Was expecting message \'{0}\' but received \'{1}\'."; _loc1_["securityError"] = "Security error accessing url"; _loc1_["cannotAddWhenConfigured"] = "Channels cannot be added to a ChannelSet that targets a configured destination."; _loc1_["requestTimedOut.details"] = "The request timeout for the sent message was reached without receiving a response from the server."; _loc1_["receivedNull"] = "Received null."; _loc1_["pollingRequestNotAllowed"] = "Poll request made on \'{0}\' when polling is not enabled."; _loc1_["emptyDestinationName"] = "\'{0}\' is not a valid destination."; _loc1_["ackFailed"] = "Didn\'t receive an acknowledgement of message"; _loc1_["unknownStringReference"] = "Unknown string reference {0}"; _loc1_["pollingIntervalNonPositive"] = "Channel pollingInterval may only be set to a positive value."; _loc1_["errorReadingIExternalizable"] = "Error encountered while reading IExternalizable. {0}"; _loc1_["destinationNotSet"] = "The MessageAgent\'s destination must be set to send messages."; _loc1_["destinationWithInvalidMessageType"] = "Destination \'{0}\' cannot service messages of type \'{1}\'."; _loc1_["invalidDurableProducer"] = "Producer can not be durable without a destination and assigned id."; _loc1_["unknownDestinationForService"] = "Unknown destination \'{1}\' for service with id \'{0}\'."; _loc1_["cannotRemoveWhenConfigured"] = "Channels cannot be removed from a ChannelSet that targets a configured destination."; _loc1_["failedToSubscribe"] = "The consumer failed to subscribe within the specified attempt limit."; _loc1_["httpRequestError.details"] = "Error: {0}"; _loc1_["noAckMessage.details"] = "Was expecting mx.messaging.messages.AcknowledgeMessage, but received {0}"; _loc1_["unknownChannelClass"] = "The channel class \'{0}\' specified was not found."; _loc1_["unsupportedAMFXVersion"] = "Unsupported AMFX version: {0}"; _loc1_["deliveryInDoubt"] = "Channel disconnected"; _loc1_["noAMFXBody"] = "Invalid AMFX packet. Could not find message body"; _loc1_["invalidURL"] = "Invalid URL"; _loc1_["unknownChannelWithId"] = "Channel \'{0}\' does not exist in the configuration."; _loc1_["ackFailed.details"] = "Was expecting message \'{0}\' but received \'{1}\'."; _loc1_["unknownReference"] = "Unknown reference {0}"; _loc1_["AMFXTraitsNotFirst"] = "Invalid object. A single set of traits must be supplied as the first entry in an object."; _loc1_["connectTimedOut"] = "Connect attempt timed out."; _loc1_["noAckMessage"] = "Didn\'t receive an acknowledge message"; _loc1_["noAMFXNode"] = "Invalid AMFX packet. Content must start with an <amfx> node"; _loc1_["sendFailed"] = "Send failed"; _loc1_["httpRequestError"] = "HTTP request error"; _loc1_["unknownTraitReference"] = "Unknown trait reference {0}"; return _loc1_; } } }